SftTabs/NET 6.0

Fixed Property, SftTabs Class

Softel vdm, Inc.

Defines whether all tabs are the same size.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property Fixed As Boolean

C#   

public bool Fixed { get; set; }

C++   

public: property bool Fixed {
        bool get();
        void set(bool value);
}

Property Value

True if tabs are increased in size so all tabs have the same size, False otherwise, in which case tabs are sized optimally.

The default value is False.

Comments

The Fixed property defines whether all tabs are the same size.

If the Fixed property is set to True, the tabs are sized so that the tabs fill each tab row completely, by making all tabs of equal size. If the Fixed property is set to False, the tab contents and FillComplete property determine the width of each tab.

If the Fixed property is set to False, the EachRow property is set to 0. It is recommended to set the Fixed property to False for a scrollable tab control.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com